Welcome![Sign In][Sign Up]
Location:
Search - vc h

Search list

[Streaming Mpeg4h.263编解码程序(VC)

Description: H.263算法的一个VC实现源码-H.263 algorithm of a VC-source
Platform: | Size: 951296 | Author: 王斌 | Hits:

[DocumentsVC常见数据类型转换详解

Description: VC常见数据类型转换详解 -VC common data type conversion Elaborates on
Platform: | Size: 5120 | Author: 李喆 | Hits:

[matlabvc调用matlab

Description: 将一个m文件转成c /cpp文件并在VC中进行编译。这种方法有个烦人的地方,每次你都需要把matlab生成的一 大堆c和h文件考到vc中,比如我读入一副图片先做膨胀,再腐蚀,再进行小波变换,最后 显示。这样一个程序会生成大概150多个文件,每次都要拷贝这些文件很不方便。我试着用 了另外一种方法,可以简化这些工作。那就是不生成cpp文件交给VC去编译,而是直接在m atlab中生成一个dll交给VC去链接即可。这样无论matlab生成多少文件,都只需要拷贝三 个文件即可。 -m to a document conversion c/cpp files and compile VC. Such a method is a nagging place every time you need Matlab has generated a lot of c and h vc document examination, for example, I read a photo, first expansion, and corrosion, further wavelet transform, the last show. Such a procedure will probably generate more than 150 documents, each copy of these documents must be very inconvenient. I tried another kind of approach can simplify their work. It is not generating cpp documents to the VC to compile, but m atlab directly in the formation of a dll to the VC to link. No matter how many documents generated Matlab, only three need to copy documents.
Platform: | Size: 1024 | Author: 李震 | Hits:

[Com Port异步串口通信 VC++

Description: 异步串口通信 VC++ 本文参考MSDN及相关网上文章。 ////////////////////////////////////////////// //MyComm.h 多机控制 异步串口通信 //说不定能有用上的。-asynchronous serial communication VC paper and related reference MSDN online article. //////////////////////////////////////////////// MyComm. h multi-machine control asynchronous serial communication// may also be useful for the latter.
Platform: | Size: 2048 | Author: 张吗恩 | Hits:

[Internet-NetworkMYIE流览器源代码(VC++)vb

Description: MYIE流览器源代码(VC++),vb环境运行 ============= For your information: I build myie32src with 1) Windows2000Professional + sp2 2) VC6.0 + sp5 + new "tlogstg.h" + new "exdisp.h". Copy "tlogstg.h" and "exdisp.h" to your VC include directory, like "C:\Program Files\Microsoft Visual Studio\VC98\Include". Please backup and then overwrite any old file.-MYIE browser source code (VC), vb environment running ============= For your information : I build with a myie32src) Windows2000Professional sp2 2) VC6.0 SP5 new "tlogstg.h" new "exdisp.h." Copy "tlogstg.h" and "exdisp.h" to your VC include directory, like "C : \ Program Files \ Microsoft Visual Studio \ VC98 \ Include." Please backup and then overwrite any old file.
Platform: | Size: 702464 | Author: | Hits:

[mpeg mp3h.264源码最新版本

Description: It is the demostration sourcecode of the H264 VC++ project-A VC++ project contains the demonstration source code of the H.264 .
Platform: | Size: 791552 | Author: 顾维 | Hits:

[Multimedia program264本地解码器

Description: h.264解码器,可设置码率以及视频格式,cif或者qcif。开发环境:vc-h.264 codec, bit rate can be set and video formats, or qcif cif. Development environment : vc
Platform: | Size: 2433024 | Author: egal | Hits:

[Compress-Decompress algrithms数字图象处理学VC++实现

Description: 其中包括图像压缩的基本编码方法如Huffman编码\算术编码\JPEG 2000\H.261压缩编码标准\小波变换编码\运动估计算法\视频图象采集的VC实现等.-including the basic image compression coding methods as Huffman coding \ arithmetic coding \ JPEG 2 000 \ H.261 coding standard \ Wavelet Transform Coding \ motion estimation algorithm \ Video Image Acquisition is the VC now other.
Platform: | Size: 5111808 | Author: 郑英 | Hits:

[OpenGL programC常用程序集移植到VC开发环境的源代码

Description: 针对C程序的特点,给出将之移植到VC集成环境下的技术,对一个常用程序集实施了大规模的改写,并提供了C++数组和矩阵模板类,对C程序进行面向对象的封装。 CH1.H-CH15.H改写自徐士良《C常用算法程序集[M]》清华大学出版社(1996.11),第1到第15章,即数值计算部分的所有内容。 AM.H 数组、矩阵类的最初实现 CAM.H 双精度型数组、矩阵类 TAM.H 数组、矩阵模板类 Matrix.h 双精度型矩阵类,数组类请用标准模板库的valarray类 TMatrix.h 矩阵模板类,数组类请用标准模板库的valarray类 这两者配合slice技术使用,可以得到极大的灵活性,标准模板库对效率也是做过优化的。 C++用作数值计算的解决方案包括Matlab数学库的调用,用Matlab、OpenGL实现数-against C program features is to be transplanted to VC integrated technical environment, a procedure commonly used to collect a large-scale rewriting, and to provide an array of C and matrix template category, the C Programming Object-Oriented Packaging. CH1.H- CH15.H rewritten since XU Shi-liang "C algorithms commonly used procedures set [M]" Qinghua University Press (1 996.11), to a Chapter 15, that is part of the numerical calculation of all content. AM.H array matrices CAM.H the first to achieve double-precision array matrices TAM.H array matrix template category Matrix.h double-precision matrix category, array category please use standard template library valarray category TMatrix.h matrix template category, array category please use standard templates for the two categorie
Platform: | Size: 69632 | Author: 苗嘉 | Hits:

[Windows Developx264Peter

Description: x264视频解码源码,c代码,vc环境编译通过-H.264 video decoder source, c code, compile environment vc
Platform: | Size: 534528 | Author: 李海 | Hits:

[GDI-Bitmaph.263

Description: 视频图像压缩标准H.263的VC源码,此程序简单容易理解,可以帮助理解算法,且参考此程序,可以自己编.-video compression standard H.263 VC source, the procedures are simple and easy to understand, and can help to understand algorithm, which refer to this process, their own series.
Platform: | Size: 267264 | Author: 王阳 | Hits:

[GUI DevelopVC++(MFC)Face

Description: 说明: 1.copy these four files to your pragram folder, 2.add "*.Lib","*.h" to the project if USING MFC DLL, the files in "DLL" Folder, if using static lib,the files in "static" folder 3.add #include"SkinMagicLib.h" to the C*APP.cpp 4.In C*APP::InitInstance(), before show window, add: InitSkinMagicLib( GetModuleHandle(NULL), NULL, NULL,NULL) LoadSkinFile(".\\Tusk.smf") SetWindowSkin(AfxGetApp()->m_pMainWnd->m_hWnd , "MainFrame" ) SetDialogSkin("Dialog") -: 1.copy these four files to your pragram folder, 2.add "*. Lib" "*. h" to the project if USING MFC DLL, the files in "DLL" Folder, if using static lib, the files in the "static" folder 3.add# include "sk inMagicLib.h "to the C* C* APP.cpp 4.In APP : : InitInstance (), before show window, add : InitSkinMagicLib (GetModuleHandle (NULL) NULL, NULL, NULL) LoadSkinFile (. " \ \ Tusk.smf ") SetWindo wSkin (AfxGetApp ()-
Platform: | Size: 501760 | Author: 好军 | Hits:

[Streaming Mpeg4H.264linux

Description: h.264 encoder 和 decode linux code in vc++ -Linux code and decode in vc
Platform: | Size: 121856 | Author: zhang chi | Hits:

[Compress-Decompress algrithmsh.264new

Description: h264标准的VC实现,有很高的参考价值哦。-h264 VC standards, a very high reference value oh.
Platform: | Size: 858112 | Author: 张小丽 | Hits:

[Compress-Decompress algrithmsH263B

Description: h.263+ vc++商业源代码,具体公司名称保密!-h.263 vc commercial source code, specific company names confidential!
Platform: | Size: 72704 | Author: gao | Hits:

[Special Effectsh.264_jm_new_source

Description: 这个是jm的最新264版本,可以直接在vc下运行.-this is the latest version of 264, can be directly under the vc operation.
Platform: | Size: 791552 | Author: 王治保 | Hits:

[OtherH264(chs)

Description: Draft ITU-T Recommendation and Final Draft International Standard of Joint Video Specification(ITU-T REec. H.264 | ISO/IEC 14496-10 AVC).H.264视频编码标准的中文翻译版本,由沈燕飞对原文作翻译。-Draft ITU-T Recommendation and Final Draf t International Standard of Joint Video Specif ication (ITU-T REec. H.264 | ISO/IEC 14496-10 A VC). H.264 video coding standard version of the Chinese translation from the original Shen Yanfei right for him.
Platform: | Size: 2203648 | Author: 张磊 | Hits:

[Driver DevelopVC++HID_USB

Description: vC++读写HID_USB设备,包含hid_usb的固件程序和上位机程序-vC++ read and write HID_USB equipment, including firmware hid_usb procedures and PC program
Platform: | Size: 3123200 | Author: zifengling | Hits:

[OtherJM

Description: h.264 jm86 for vc++ h.264 jm86 for vc
Platform: | Size: 3333120 | Author: 贾宝华 | Hits:

[VC/MFCH.264

Description: 精通VC视频音频 H.264 编解码技术-Proficient in VC video and audio codec technology, H.264
Platform: | Size: 4616192 | Author: marylimei | Hits:
« 12 3 4 5 6 7 8 9 10 ... 46 »

CodeBus www.codebus.net